com.sabro.jbusiness.sys
Class SysEscopo.SysEscopoEvent
java.lang.Object
java.util.EventObject
com.sabro.jbusiness.sys.SysEscopo.SysEscopoEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- SysEscopo
public static class SysEscopo.SysEscopoEvent
- extends java.util.EventObject
SysEscopoEvent é usada para notificar os observadores que o SysEscopo
foi alterado.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SysEscopo.SysEscopoEvent
public SysEscopo.SysEscopoEvent(SysEscopo source,
SysEscopo.SysEscopoEventType sysEscopoEventType)
SysEscopo.SysEscopoEvent
public SysEscopo.SysEscopoEvent(SysEscopo source,
SysEscopo.SysEscopoEventType sysEscopoEventType,
SysRegistro sysRegistro)
SysEscopo.SysEscopoEvent
public SysEscopo.SysEscopoEvent(SysValor source,
SysEscopo.SysEscopoEventType sysEscopoEventType,
SysRegistro sysRegistro,
java.lang.Object newValor)
getSysRegistro
public SysRegistro getSysRegistro()
getSysEscopoEventType
public SysEscopo.SysEscopoEventType getSysEscopoEventType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject